Skip to main content

REST API Reference

๐Ÿ“„๏ธ Using REST API - Update Mashup with Custom Attributes

VIDIZMO provides default attributes associated with media on the platform, empowering users to enhance search visibility and metadata. The platform features a customizable Add Attribute popup window, enabling users to incorporate diverse custom fields. This article guides you through two crucial processes: creating custom attributes using the Create Custom-Attribute API and subsequently updating the created mashup with essential information and custom attributes. The mashup we are using in this article is the one we created Upload Content article. Furthermore, These APIs have been tested using Postman.

๐Ÿ“„๏ธ Using REST API - Uploading Content

In the Vidizmo Portal, you can easily upload various file formats, from audios to documents. This article focuses on uploading audio file and creating mashup with it seamlessly. The API for audio file uploads transfers content to your storage. The audio file upload process involves three steps: initialization, chunk uploads, and commitment, making it efficient for large files. Additionally, you can create new or existing mashups using the Create Mashup API within the Vidizmo Portal. During testing, we used Postman to validate the audio file upload and create mashup process.